﻿2026-05-16T05:04:11.4078443Z ##[group]Run actions/checkout@v4
2026-05-16T05:04:11.4079587Z with:
2026-05-16T05:04:11.4080533Z   repository: SaberMage/rebno
2026-05-16T05:04:11.4081435Z   token: ***
2026-05-16T05:04:11.4082066Z   ssh-strict: true
2026-05-16T05:04:11.4082668Z   ssh-user: git
2026-05-16T05:04:11.4083289Z   persist-credentials: true
2026-05-16T05:04:11.4083958Z   clean: true
2026-05-16T05:04:11.4084555Z   sparse-checkout-cone-mode: true
2026-05-16T05:04:11.4085216Z   fetch-depth: 1
2026-05-16T05:04:11.4085846Z   fetch-tags: false
2026-05-16T05:04:11.4086458Z   show-progress: true
2026-05-16T05:04:11.4087079Z   lfs: false
2026-05-16T05:04:11.4087653Z   submodules: false
2026-05-16T05:04:11.4088238Z   set-safe-directory: true
2026-05-16T05:04:11.4089250Z ##[endgroup]
2026-05-16T05:04:11.5497307Z Syncing repository: SaberMage/rebno
2026-05-16T05:04:11.5501730Z ##[group]Getting Git version info
2026-05-16T05:04:11.5503345Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-16T05:04:11.5506315Z [command]/usr/bin/git version
2026-05-16T05:04:11.5508115Z git version 2.54.0
2026-05-16T05:04:11.5513494Z ##[endgroup]
2026-05-16T05:04:11.5527971Z Temporarily overriding HOME='/home/runner/work/_temp/5008f490-6f25-4ef2-9d20-4ae0da458583' before making global git config changes
2026-05-16T05:04:11.5531282Z Adding repository directory to the temporary git global config as a safe directory
2026-05-16T05:04:11.5543338Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-16T05:04:11.5594987Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-16T05:04:11.5602513Z ##[group]Initializing the repository
2026-05-16T05:04:11.5606148Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-16T05:04:11.5752378Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-16T05:04:11.5754589Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-16T05:04:11.5756235Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-16T05:04:11.5757365Z hint: call:
2026-05-16T05:04:11.5757872Z hint:
2026-05-16T05:04:11.5758933Z hint: 	git config --global init.defaultBranch <name>
2026-05-16T05:04:11.5760376Z hint:
2026-05-16T05:04:11.5761602Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-16T05:04:11.5763532Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-16T05:04:11.5764940Z hint:
2026-05-16T05:04:11.5765853Z hint: 	git branch -m <name>
2026-05-16T05:04:11.5766889Z hint:
2026-05-16T05:04:11.5768186Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-16T05:04:11.5770313Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-16T05:04:11.5781684Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-16T05:04:11.5834964Z ##[endgroup]
2026-05-16T05:04:11.5836690Z ##[group]Disabling automatic garbage collection
2026-05-16T05:04:11.5839434Z [command]/usr/bin/git config --local gc.auto 0
2026-05-16T05:04:11.5876081Z ##[endgroup]
2026-05-16T05:04:11.5877951Z ##[group]Setting up auth
2026-05-16T05:04:11.5885516Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-16T05:04:11.5926535Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-16T05:04:11.6329614Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-16T05:04:11.6368164Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-16T05:04:11.6624383Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-16T05:04:11.6660391Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-16T05:04:11.6912108Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-16T05:04:11.6952178Z ##[endgroup]
2026-05-16T05:04:11.6954274Z ##[group]Fetching the repository
2026-05-16T05:04:11.6963272Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +63b022f4012314f52db3651b8cda838f09df5a0e:refs/remotes/origin/main
2026-05-16T05:04:12.9752060Z From https://github.com/SaberMage/rebno
2026-05-16T05:04:12.9755269Z  * [new ref]         63b022f4012314f52db3651b8cda838f09df5a0e -> origin/main
2026-05-16T05:04:12.9798506Z ##[endgroup]
2026-05-16T05:04:12.9800612Z ##[group]Determining the checkout info
2026-05-16T05:04:12.9804286Z ##[endgroup]
2026-05-16T05:04:12.9805555Z [command]/usr/bin/git sparse-checkout disable
2026-05-16T05:04:12.9869330Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-16T05:04:12.9902999Z ##[group]Checking out the ref
2026-05-16T05:04:12.9907730Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-16T05:04:13.9008733Z Switched to a new branch 'main'
2026-05-16T05:04:13.9021350Z branch 'main' set up to track 'origin/main'.
2026-05-16T05:04:13.9858031Z ##[endgroup]
2026-05-16T05:04:13.9936031Z [command]/usr/bin/git log -1 --format=%H
2026-05-16T05:04:13.9962103Z 63b022f4012314f52db3651b8cda838f09df5a0e
